In [4]:
import pandas as pd
import numpy as np
% matplotlib inline
from matplotlib import pyplot as plt
In [5]:
df = pd.read_csv('../data/titanic_exercise.csv')
df.head()
Out[5]:
In [6]:
# Your code here: